home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tools
/
mg
/
src.lzh
/
amiga
/
do_menu.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-05-23
|
322b
|
22 lines
/*
* This controls generation of the code for handling menus. We need this code
* if either the BROWSER or the MENU are wanted.
*/
#ifndef BROWSER
#include "browser.h"
#endif
#ifndef MENU
#include "menu.h"
#endif
#ifdef MENU
#undef DO_MENU
#define DO_MENU
#endif
#ifdef BROWSER
#undef DO_MENU
#define DO_MENU
#endif